home *** CD-ROM | disk | FTP | other *** search
/ JCSM Shareware Collection 1996 September / JCSM Shareware Collection (JCS Distribution) (September 1996).ISO / uother__ / srdemo11.zip / README.TXT < prev    next >
Text File  |  1995-08-27  |  4KB  |  90 lines

  1.  
  2.  
  3.  
  4.                             SRDEMO 1.1 Quick Guide
  5.                    Copyright (c) 1995 by David M. Wincelberg
  6.  
  7.  
  8.                                    Overview
  9.  
  10.        SRDEMO demonstrates library routines for sorting file names that
  11.        may contain digits, spaces, lower-case letters and/or commas
  12.        within numbers.  For example, the output of this program when run
  13.        on the file names in LISTFILE follows:
  14.  
  15.        SRDEMO 1.1, Copyright (c) 1995 by David M. Wincelberg
  16.  
  17.        Alphanumerically Sorted Filenames:
  18.  
  19.        FILE            FILE.000        FILE.BAK        FILE0000
  20.        FILE0A          FILE1           FILE1A          FILE0002
  21.        FILE2           FILE2.DAT       File4           FILE10
  22.        FILE23          FILE24          FILE102         FILE125
  23.        FILE127         FILE135         FILE1002
  24.  
  25.             Notice that leading zeros are ignored and numbers of
  26.        different lengths are sorted properly.  Also notice that "File4"
  27.        is a case-sensitive name.  If you use the routines in SRLIB, your
  28.        users will see properly sorted file names even if some indexed
  29.        set of files unexpectedly needs another digit.  For example,
  30.        suppose a user is indexing newsletters as Vxx#nn.TXT and receives
  31.        issue 100.  Then, instead of V15#100.TXT appearing between
  32.        V15#10.TXT and V15#11.TXT, it will be displayed in its proper
  33.        place.  Using SRLIB will also save your users the inconvenience
  34.        of typing leading zeros (or spaces in a long file name).
  35.  
  36.             As a first test of SRLIB, enter:
  37.  
  38.                              SRDEMO @LISTFILE /W4
  39.  
  40.        To put "File4" in its correct place, add the /I switch.
  41.  
  42.  
  43.  
  44.                               Files in SRDEMO.ZIP
  45.  
  46.  
  47.        README.TXT          This file.
  48.  
  49.        WHATSNEW.TXT        Describes changes since version 1.0.
  50.  
  51.        SRDEMO.EXE          Program to sort file names properly even if
  52.                            they include digits, spaces, lower-case
  53.                            letters and/or commas within numbers.
  54.  
  55.  
  56.  
  57.  
  58.        LISTFILE            List of file names for testing SRDEMO.  Use
  59.                            SRDEMO @LISTFILE /W to sort the names in this
  60.                            file.
  61.  
  62.        LISTFILE.W95        Another list file.  This one includes long
  63.                            file names, embedded spaces and commas within
  64.                            numbers.  (You cannot use ZOPEN with this
  65.                            list file.)
  66.  
  67.        SRDEMO.TXT          The full documentation file.
  68.  
  69.        SRLIB.FRM           Order form for licensing or site-licensing
  70.                            SRLIB.
  71.  
  72.        ZOPEN.EXE           Program to create zero-size files with short
  73.                            ("8.3") file names.
  74.  
  75.        ZDEL.EXE            Program to delete zero-size files with short
  76.                            ("8.3") file names.
  77.  
  78.        FILE_ID.DIZ         Description of SRDEMO to be used on-line or
  79.                            in catalogs.
  80.  
  81.        VENDINFO.DIZ        Contains vendor-distribution and
  82.                            registration-benefits information in a
  83.                            computer-readable format.  It also has SRDEMO
  84.                            installation instructions, README.TXT, and a
  85.                            copy of the license agreement.  The first
  86.                            part of VENDINFO.DIZ is human readable, while
  87.                            the second part requires a program such as
  88.                            the free VENDVIEW.
  89.  
  90.